import { Button, Icon, Text } from '@aws-amplify/ui-react'; const SaveIcon = () => ( ); export const IconSizesExample = () => { return ( <> {/* Inherited from button sizes */} {'Save'} {'Save'} {'Save'} Save > ); };